<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
  border: medium none;
  margin: 0;
  padding: 0;
  letter-spacing: .5px;
  outline: none;
}
body, button, input, select, textarea {
  font: 14px/1.5 '微软雅黑', tahoma, Srial, helvetica, sans-serif;
  color: #333;
  letter-spacing: .5px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
em {
  font-style: normal;
}
ul, ol, li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  letter-spacing: .5px;
}
img {
  border: 0px;
  outline-width: 0px;
  vertical-align: middle;
}
.time {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
a:hover
{
	color:#CC131D;
}
</pre></body></html>